HTTP Functions
PHP Manual

http_send_data

(PECL pecl_http >= 0.1.0)

http_send_dataSend arbitrary data

Descripción

bool http_send_data ( string $data )

Sends raw data with support for (multiple) range requests.

Lista de parámetros

data

data to send

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también


HTTP Functions
PHP Manual